/* This css file is to over write bootstarp css
***************************************************** /
* Theme Name: 3 Step
* Theme URI:  http://themeforest.ne/user/DixiPixi
* Author: DixiPixi
* Author URI: http://DixiPixi.com
* Description:  3 Step - Creative Business and Personal HTML Template
* Version: 1.0.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: html5, creative, blog, personal, corporate, business, portfolio
***************************************************** /


/*
|------------------------------------------------------
| CSS INDEX
|------------------------------------------------------

1. GLOBAL STYLESHEET
	1-1. DEFAULT SETTINGS
	1-2. FIXED PADDING  
	1-3. FIXED MARGIN 
	1-4. BUTTONS

2. NAVIGATION

3. TOP BAR 

4. ALL SLIDER 

5. BREADCRUMB

6. ABOUT SECTION
	6.1 ABOUT-ONE SECTION
	6.2 ABOUT-TWO SECTION
	6.3 ABOUT-THREE SECTION 
	6.4 ABOUT-FOUR SECTION 

7. SERVICE SECTION
	7.1 SERVICE-ONE SECTION
	7.2 SERVICE-TWO SECTION

8. SKILL SECTION

9. PORTFOLIO SECTION
	9.1 PORTFOLIO-ONE SECTION

10. TESTIMONIAL AND CLIENT SECTION
	10.1 TESTIMONIAL AND CLIENT SECTION-ONE
	10.2 TESTIMONIAL AND CLIENT SECTION-TWO

11. WORKING-PROCESS SECTION

12. TEAM SECTION
	12.1 TEAM-ONE SECTION
	12.2 TEAM-TWO SECTION

13. PRICING SECTION  

14. COUNTER SECTION 

15. BLOG SECTION 

16. CONTACT SECTION

17. BLOG WITH TWO COLUMN
 
18. BLOG WITH ONE COLUMN
 
19. SIDEBAR SECTION
 
20. SINGLE
 
21. 404 
 
22. PAGINATION 
 
23. FOOTER 
 
 
 
 
/*==========================================================
                    1. GLOBAL STYLESHEET
===========================================================*/


html, html a {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

body {
    font-size: 14px;
    line-height: 100%;
	color: #909090;
	font-family: 'Open Sans', sans-serif;
}
p {
    line-height: 30px;
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-family: 'Josefin Sans', sans-serif; line-height: 100%;}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
ul,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
a, span, i, strong, img {
	display: inline-block;
}
a, a:hover, a:focus {
	outline: none;
	text-decoration: none;
}
a,a:hover,a:focus,a:active {
	color: #2f2f2d;
}
img {
	object-fit: cover;
}
.inline-list li{
	display: inline-block;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.ps-rel{
	position: relative;
}
.white-bg{
	background-color: #fff;
}
.logo{
	position: absolute;
	top: 50px;
	z-index: 99;
}
.theme-bullet{
	position: absolute;
	height: 8px;
	width: 8px;
	background-color: #ec1f27;
	border-radius: 50%;
}
.theme-shape{
	position: absolute;
	height: 20px;
	width: 20px;
	background-color: #673ab7;
	 transform:skewX(-20deg);
    -ms-transform:skewX(-20deg);
    -webkit-transform:skewX(-20deg);
}
.theme-shape span{
	height: 20px;
	width: 8px;
	margin-left: -4px;
	background-color: #673ab7;
	 transform:skewX(20deg);
    -ms-transform:skewX(20deg);
    -webkit-transform:skewX(20deg);
}
.circle-icon{
	height: 70px;
	width: 70px;
	background-color: #fff;
	font-size: 28px;
	line-height: 70px;
	color: #673ab7;
	text-align: center;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 17px -4px #cdcdcd;
	   -moz-box-shadow: 0 1px 17px -4px #cdcdcd;
	        box-shadow: 0 1px 17px -4px #cdcdcd;
			transition: all 0.3s ease-in;
}
.circle-icon:hover{
	color: #fff;
	background-color:  #673ab7;
}
.section-subheading,
.member-info h6,
.skill-content.complete-project-content h5,
.meta-post  a,
.meta-post,
.portfolio-content h4,
.team-two-slider-content h5,
.testimonial-author-info h5,
.comment-info h4 span,
.member-info-common h6,
.portfolio-content h6{
	font-family: 'Droid Serif', serif;
}
.section-title{
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.section-title.grey-bg{

}
.section-title.text-center{
	background-position: center center;
	padding-left: 0;
}
.section-subheading{
	line-height: 35px;
	font-style: italic;
	color: #673ab7;
	letter-spacing: 0.9px;
}
.section-heading{
	font-weight: 400;
	line-height: 48px;
	color: #404040;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.overlay-positiond{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}
.text-right-align {
	text-align: right !important;
}
.text-right-align li {
	text-align: center !important;
}
/************ 1-2. FIXED PADDING ************/
.section-padding-180{
	padding: 180px 0;
}
.section-padding-140{
	padding: 140px 0;
}
.section-padding-150{
	padding: 150px 0;
}
.section-padding-130{
	padding: 130px 0;
}
.section-padding-125{
	padding: 125px 0;
}
.section-padding-100{
	padding: 100px 0;
}
.section-padding-80{
	padding: 80px 0;
}
.section-padding-60{
	padding: 60px 0;
}
.breadcrumb-padding{
	padding-top: 310px;
	padding-bottom: 200px;
}

/************ 1-3. FIXED MARGIN  ************/
.mrg-b-140{
	margin-bottom: 140px;
}
.mrg-b-100{
	margin-bottom: 100px;
}
.mrg-b-95{
	margin-bottom: 95px;
}
.mrg-b-90{
	margin-bottom: 90px;
}
.mrg-b-80{
	margin-bottom: 80px;
}
.mrg-b-70{
	margin-bottom: 70px;
}
.mrg-b-60{
	margin-bottom: 60px;
}
.mrg-b-50{
	margin-bottom: 50px;
}
.mrg-b-45{
	margin-bottom: 45px;
}
.mrg-b-40{
	margin-bottom: 40px;
}
.mrg-b-35{
	margin-bottom: 35px;
}
.mrg-b-30{
	margin-bottom: 30px;
}
.mrg-b-25{
	margin-bottom: 25px;
}
.mrg-b-20{
	margin-bottom: 20px;
}
.mrg-b-15{
	margin-bottom: 15px;
}
.mrg-b-10{
	margin-bottom: 10px;
}
.mrg-b-5{
	margin-bottom: 5px;
}
.mrg-t-50{
	margin-top: 50px;
}
/************ 1-4. BUTTONS  ************/
.common-btn{
	color: #ffffff;
	letter-spacing: 1.4px;
	line-height: 50px;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
	height: 50px;
	
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 30px;
	background-color: #ec1f27;
	-webkit-box-shadow: 0 10px 10px -6px #cdcdcd;
	   -moz-box-shadow: 0 10px 10px -6px #cdcdcd;
	        box-shadow: 0 10px 10px -6px #cdcdcd;
	transition: all 0.3s ease-in;
}
.common-btn:hover,
.common-btn:focus,
.common-btn:active{
	color: #ffffff;
	box-shadow: none;
}

/*==========================================================
                   2. NAVIGATION
===========================================================*/

nav.secondary_nav {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
nav.secondary_nav .logo {
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
nav.secondary_nav.scroll_nav_2 {
	background-color: #474747;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
nav.secondary_nav.scroll_nav_2 .logo {
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
nav.secondary_nav.scroll_nav_2 #nav-toogle {
	top: 28px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.right-full-menu {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.right-full-menu .right-menu-item {
	position: fixed;
	top: 0;
	right: 0;
	width: 370px;
	height: 100%;
	transform: translate3d(100%, 0, 0);
	transition: transform .4s ease-in-out;
	padding-left: 40px;
	z-index: 12;
	background-color: #673ab7;
	background-repeat: no-repeat;
	background-size: inherit;
	background-attachment: scroll;
	background-position: right bottom;
}
.navbar-two .navbar-nav li a:hover,
.navbar-two .navbar-nav li a:focus {
	background: transparent;
}
.navbar-two .navbar-nav li:last-child a {
	padding-right: 0 !important;
}
.has-sub-menu>.sub-menu {
	z-index: 999;
}
.navbar-two .navbar-brand {
	display: none;
}
@media (max-width: 768px) {
  .right-full-menu .right-menu-item {
    width: 300px;
  }
}

@media (max-width: 400px) {
  .right-full-menu .right-menu-item {
    width: 80%;
  }
}
.right-full-menu .right-menu-item .right-menu-item-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
	background-color: #673ab7;
	background-repeat: no-repeat;
	background-size: inherit;
	background-attachment: scroll;
	background-position: right bottom;
	padding-left: 50px;
	padding-right: 50px;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-logo {
  padding-top: 90px;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-logo a {
  display: block;
}
.right-full-menu .right-menu-item .right-menu-item-content .right-menu-list {
	padding-top: 50px;
	padding-bottom: 150px;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-list ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-family: "Lato", sans-serif;
	padding: 10px 0px;
	font-size: 14px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-list ul li a:hover {
	color: #ec1f27;
}

@media (max-width: 768px) {
  .right-full-menu .right-menu-item .right-menu-item-content .right-menu-list ul li a {
    font-size: 12px;
    padding: 8px 0px;
  }
}
@media (max-width: 1400px) {
  .right-full-menu .right-menu-item .right-menu-item-content .right-menu-list {
	padding-top: 50px;
	padding-bottom: 50px;
  }
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-social-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-social-box ul li {
	display: inline;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-social-box ul li a {
	display: inline-block;
	padding: 15px;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-social-box ul li a i {
	font-size: 15px;
	color: #fff;
}

@media (max-width: 768px) {
  .right-full-menu .right-menu-item .right-menu-item-content .right-menu-social-box {
	display: none;
  }
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-copyright p {
	color: #fff;
	font-size: 14px;
	font-family: "Lato", sans-serif;
	font-weight: 300;
}

.right-full-menu .right-menu-item .right-menu-item-content .right-menu-copyright p a {
	color: #ffd740;
	text-decoration: none;
}

.right-full-menu .right-menu-item.menu_show {
	transform: translate3d(0, 0, 0);
	transition: transform .4s ease-in-out;
	z-index: 15;
}
.right-full-menu.menu_show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.right-full-menu.menu_show .right-menu-item {
	transform: translate3d(0, 0, 0);
	transition: transform .4s ease-in-out;
	z-index: 15;
}
#nav-toogle {
	position: absolute;
	width: 50px;
	right: 0;
	top: 38px;
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.mc-btn-wrap{
	position: absolute;
    height: 40px;
    width: 40px;
    background-color: #ec1f27;
    border-radius: 50%;
	z-index: 99;
  }
#nav-toogle .McButton {
    position: absolute;
    top: 11px;
    width: 22px;
    left: 10px;
    height: 16px;
    cursor: pointer;
    z-index: 99;
}
#nav-toogle .McButton.active{
	position: absolute;
    top: 14px;
    width: 22px;
    left: 9px;
    height: 16px;
    cursor: pointer;
    z-index: 99;
}
#nav-toogle .McButton b {
	position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: white;
}
#nav-toogle .McButton b:nth-child(1) {
  top: 0;
}

#nav-toogle .McButton b:nth-child(2) {
  top: 50%;
}

#nav-toogle .McButton b:nth-child(3) {
  top: 100%;
}
@media(min-width:767px) {
    .navbar-default{
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}
.navbar-three.navbar-default{
	background: #fff;
	border: none;
	margin-bottom: 0;
}
.navbar-three .navbar-brand{
	padding: 10px 15px 15px 15px;
}
.navbar.navbar-three{
	min-height: 70px;
}
.fixed-top {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}
.main-mav.from-top {
	top: -100px;
}
.main-mav{
	position: absolute;
}
.main-mav.from-left { 
	left: 105%;
	right: -100%;
}
.main-mav.transition{
	-webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	 -o-transition: all .25s ease;
		transition: all .25s ease;
}
.main-mav.from-right { 
	left: 100%;
	right: -100%;
}
.menu-open .main-mav.from-right,
.menu-open .main-mav.from-left {
	left: -70px;
	right: 0;
}
.menu-trigger {
	position: fixed;
	right: 7.7%;
	top: 24px; 
	z-index: 99;
	transition: all 0.3s ease-in;
}
.top-nav-collapse .menu-trigger{
	top: 12px; 
}
.menu-hack{
	position: fixed;
	height: 90px;
	width: 11%;
	top: 0;
	z-index: 9;
	background: #fff;
	right: 0;
	transition: all .5s ease-in-out;
}
.top-nav-collapse .menu-hack{
	height: 40px;
	
}
.menu-trigger .txt {
	position: fixed;
	top: 33px;
	right: 80px;
}
.menu-trigger .icon,
.menu-trigger .txt {
	height: 40px;
	line-height: 38px; 
	display: inline-block;
}
.menu-trigger .icon {
	border-radius: 100%; 
	width: 40px;
	position: relative;
	cursor: pointer;
	background-color: #ec1f27;
}
.menu-trigger .icon:before {
	content: "";
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
    top: 13px;
    left: 11px;
	width: 19px;
	height: 9px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
}
.menu-trigger .icon:after{
	content: "";
	border-bottom: 2px solid #fff;
	position: absolute;
	bottom: 11px;
    left: 11px;
	width: 19px;
	height: 7px;
}
.menu-container {
	background: #ffffff;
	border-bottom:1px solid rgba(0,0,0,.1);
}
.main-mav {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}
.main-mav>li {
	padding: 0;
	display: inline-block;  
	margin-left: -1px;
	margin-right: -1px;
}
.main-mav>li>a {
	color: #404040;
	padding-right: 23px;
	padding-left: 23px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center; 
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 1.3px;
	transition: all 0.3s ease-in;
	font-family: 'Josefin Sans', sans-serif;
} 
.navbar-three.top-nav-collapse .main-mav>li>a{
	height: 70px;
	line-height: 70px;
}
.main-mav>li>a:hover {
	color: #ec1f27;
}
.main-mav .has-sub-menu {
	position: relative;
}
.has-sub-menu>.sub-menu { 
	padding: 0;
	display: none;
	list-style: none;
	position: absolute;
	width: 160px;
	border:1px solid #f0f0f0;
	background: #f0f0f0;
	left: 0;
	top: 100%;
} 
.has-sub-menu>.sub-menu>li>a {
	color: #404040;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 45px;
	line-height: 43px; 
	font-weight: 700;
	letter-spacing: 1.3px;
	font-family: 'Josefin Sans', sans-serif;
}
.has-sub-menu>.sub-menu>li>a:hover{
	color: #ec1f27;
}
.sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.menu-logo{
	position: absolute;
	left: 8%;
	top: 40px;
}
/*Menu Open*/
.menu-open .menu-trigger .icon:before  {
	border-bottom: 0;
	left: 8px;
    top: 19px;
}
.menu-open .menu-trigger .icon:after{
    bottom: 17px;
    left: 9px;
}
.menu-open .menu-trigger .icon:before {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.menu-open .menu-trigger .icon:after {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.menu-open .main-mav .txt  {
	opacity: 0;
}
.menu-open.main-mav.from-top {
	top: 0;
}
.has-sub-menu .sub-trigger {
	display: none;
}
.has-sub-menu.mobile .sub-trigger {
    display: inline-block;
    position: absolute;
    right: -4px;
    top: 7px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.sub-menu .has-sub-menu.mobile .sub-trigger.sub{
	top: 2px;
    right: 12px;
}
.sub-menu .has-sub-menu.mobile .sub-trigger {
	top: 5px;
}
.has-sub-menu.mobile .sub-trigger:after {
	content: "\f106";
	font-family: 'FontAwesome';
	speak: none;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #ec1f27;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.has-sub-menu.mobile.sub-open>.sub-trigger:after {
	content: "\f107";
} 
.has-sub-menu.mobile>.sub-menu {
	display: none;
} 
/****** navbar-two *******/

.navbar-two-left{
	width: 38%;
	float: left;
}
.navbar-two{
	text-align: right;
	width: 61.1%;
	margin-bottom: 0;
	float: right;
	border-radius: 0;
	border: none;
	background-color: #673ab7;
	    transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
}
.navbar-two-inner{
	background-color: #673ab7;
	margin-left: 25px;
	    transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
}
.navbar-two .navbar-nav{
	float: left;
	text-align: right;
}
.navbar-home-two:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 30%;
	right: 0;
	top: 0;
	z-index: -1;
	background-color: #673ab7;
}
.navbar-two #threesteps-navbar-collapse .navbar-nav li a{
	height: 100px;
	padding: 0 23px 0 23px;
	font-size: 13px;
	color: #ffffff;
	font-weight: 700;
	line-height: 100px;
	letter-spacing: 1.3px;
	font-family: 'Josefin Sans', sans-serif;
	transition: all 0.3s ease-in;
}
.navbar-two #threesteps-navbar-collapse .navbar-nav li a:hover{
	color: #ec1f27;
}
.navbar-two-left-content img{
	margin-top: 30px;
}
.navbar-home-two .navbar-fixed-top{
	right: 0;
	left: auto;
}

/*==========================================================
                   3. TOP BAR 
===========================================================*/

.tobar-left{
	position: relative;
    transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
	width: 42%;
    background: #f7f7f7;
}
.topbar:before{
	content:'';
	position: absolute;
	height: 100%;
	width: 30%;
	background: #f7f7f7;
	left: 0;
	top: 0;
	z-index: -1;
	
}
.topbar-contact-info{
    transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
    margin-left: 0;
    width: 90%;
    background: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 20px;
}
.topbar-contact-info li{
	position: relative;
	padding-right: 35px;
	margin-right: 35px;
}
.topbar-contact-info li:last-child{
	margin-right: 0;
	padding-right: 0;
}
.topbar-contact-info li:after{
	position: absolute;
	content: '';
	height: 50px;
	width: 1px;
	right: 0;
	top: -18px;
	background-color: #fff;
}
.topbar-contact-info li:last-child:after{
	content: none;
}
.topbar-contact-info li .icon{
	font-size: 14px;
	color: #6338b0;
	margin-right: 10px;
}
.topbar-contact-info-text{
	font-size: 14px;
	color: #8a8a8a;
}
.topbar-right{
	position: relative;
    transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
	width: 57.9%;
	color: #fff;
    background: #764ebe;
}
.topbar:after{
	content: '';
	position: absolute;
	height: 100%;
	width:30%;
	z-index: -1;
	top: 0;
	right: 0;
	background-color: #764ebe;
}
.topbar-right-content-list{
	position: relative;
    transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
    background: #764ebe;
	padding-top: 13px;
	width: 97%;
	text-align: right; 
	margin-left: 50px;
    padding-bottom: 12px;
}
.topbar-right .footer-social-list.social-solid li .fa{
	font-size: 12px !important; 
	margin-right: 25px;
}
.topbar-search-form{
	margin-right: 10px;
}
.topbar-search-form input{
	border: none;
	box-shadow: none;
	background: transparent;
	width: 120px;
}
.topbar-search-form input:focus,
.topbar-search-form button{
	outline: none;
}
.topbar-search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.topbar-search-form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.topbar-search-form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.topbar-search-form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.topbar-search-form button{
	background: none;
	border: none;
	color: #fff;
}
.topbar-right .social-solid{
	margin-top: 0;
}
.topbar-right-content-list .login-info{
	position: relative;
	width: 160px;
	margin-right: 15px;
	text-align: center;
}
.topbar-right-content-list .login-info:before{
	position: absolute;
	content:'';
	height: 50px;
	width: 1px;
	left: 0;
	top: -18px;
	background-color: #673ab7;
}
.topbar-right-content-list .login-info:after{
	position: absolute;
	content:'';
	height: 50px;
	width: 1px;
	right: 0;
	top: -18px;
	background-color: #673ab7;
}
.login-info .or{
	color: #d7c1ff;
}
.login-info span a{
	color: #fff;
}

/*==========================================================
                4. ALL SLIDER
===========================================================*/

.NotGeneric-Title.slide1-title{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 72px;
	line-height: 65px;
	letter-spacing: 7.2px;
	font-weight: 700;
	color: #fff;
}
.NotGeneric-Title.slide2-title{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 60px;
	color: #fff;
	line-height: 30px;
	letter-spacing: 6px;
	font-weight: 700;
}
.NotGeneric-Title.slide2-title .collord-dot,
.NotGeneric-Title.slider2-content .collord-dot{
	color: #ec1f27;
}
.NotGeneric-Title.slide2-title .template-color{
	color: #673ab7;
}
.NotGeneric-Title.rev-btn  .fa-play{
    height: 60px;
    width: 60px;
	line-height: 42px !important;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
	color: #ec1f27;
    border: 9px solid rgba(103,58,183,1);
    transition: all 0.3s ease-in;
}
.NotGeneric-Title.rev-btn {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 1.4px;
	font-weight: 700;
	color: #404040;
}
.NotGeneric-Title.slider2-content{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 50px;
	letter-spacing: 1.25px;
	color: #fff;
	text-transform: uppercase;
}
.NotGeneric-Title.slider2-content .work-catagory-bullet{
	height: 44px;
	width: 44px;
	position: relative;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 68px !important;
	background-color: #673ab7;
	box-shadow: 0px 0px 0px 9px rgba(255,255,255,0.2);
}
.slider-personal-info h2{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 40px;
	font-weight : 700;
	letter-spacing: 2px;
	color: #ffffff;
	line-height: 40px !important;
}
.slider-personal-info h4{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px !important;
	color: #efe7ff;
	line-height: 40px !important;
	letter-spacing: 0.9px !important;
	font-weight: 700;
}
.social-solid{
	margin-top: 20px;
}
.personal-work-catagory-list li{
	margin-bottom: 25px;
}
.personal-work-catagory-list li:last-child{
	margin-bottom: 0;
}
.personal-work-catagory-list .list-no{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	color: #ffffff;
	line-height: 100% !important;
	letter-spacing: 0.7px !important;
}
.colord-divider{
	width: 12px;
	height: auto;
	margin-left: 2px;
	margin-right: 9px;
	border-bottom: 2px solid #ec1f27;
}
.personal-work-catagory-text{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px !important;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.9px !important;
}
#rev_slider_1 .tp-bullets{
	position: absolute;
	top: 50% !important;
	left: 83.5% !important;
}
.slider-common .tp-bullets{
	position: absolute;
	top: 53% !important;
	left: 83.5% !important;
}
#rev_slider_3  .tp-bullets{
	position: absolute;
	top: 57% !important;
	left: 83.5% !important;
}
.slider-common .tp-bullets .tp-bullet{
	display: block;
	position: static;
	width: 15px;
	height: 2px;
	margin-left: 20px;
	margin-bottom: 15px;
	background-color: rgba(255,255,255,0.4);
}
.slider-common.home3-slider .tp-bullets .tp-bullet{
	background-color: rgba(103,58,183,0.4);
}
.slider-common .tp-bullets .tp-bullet.selected,
.slider-common.home3-slider .tp-bullets .tp-bullet.selected{
	background-color: #ec1f27;
	width: 30px;
}
.NotGeneric-Title .slider-bullet-number{
	position: absolute;
	top: 97%;
	left: 0px;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	line-height: 0 !important;
	margin-top: -20px !important;
}
.rev_slider_two .tp-bullets{
	left: auto !important;
	right: 5% !important;
}
.rev_slider_two .tp-bullets .tp-bullet{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: none;
	border: 1px solid #fff;
	transition: all 0.3s ease-in;
}
.rev_slider_two .tp-bullets .tp-bullet.selected{
	width: 15px;
	height: 15px;
	margin-top: -2px;
	border: 1px solid #ec1f27;
}
 .rev_slider_two .tparrows:before{
	 font-family: 'FontAwesome';
    font-size: 30px;
    color: #fff;
    line-height: 25px;
    display: block;
    text-align: center;
    opacity: 0.8;
}
 .rev_slider_two .tparrows.tp-leftarrow:before {
	content: "\f105";
}
 .rev_slider_two .tparrows.tp-rightarrow:before {
    content: "\f104";
}
.rev_slider_two .tparrows{
	cursor: pointer;
    background: none;
    width: 35px;
    height: 25px;
    position: absolute;
    display: block;
    z-index: 100;
    left: auto !important;
    top: auto !important;
    right: 6.5%!important;
    bottom: 22px !important;
}

/*==========================================================
                   5. BREADCRUMB
===========================================================*/

.breadcrumb{
	position: relative;
	padding-top: 300px;
	padding-bottom: 230px;
	margin-bottom: 0;
	background: url(../../images/bg/breadcrumb.jpg) no-repeat center center;
	background-size: cover;
}
.breadcrumb-left-content h2{
	position: relative;
	font-size: 48px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1.2px;
	line-height: 50px;
}
.breadcrumb-left-content .theme-bullet{
	right: -10px;;
	bottom: 0;
}
.breadcrumb-right-content span{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 0.35px;
	line-height: 30px;
}
.breadcrumb-right-content span a{
	color: #fff;
}
.crumb-divider{
	color: #fff;
}
.breadcrumb-right-content span{
	color: #ec1f27;
	z-index: 99;
	margin-top: 6px;
	position: relative;
}
.overlay-template-color-1{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(103,58,183,0.85);
}


/*==========================================================
                   6. ABOUT SECTION
===========================================================*/

/************ 6.1 ABOUT-ONE SECTION ************/
.about-section{
	padding-top: 30px;
	padding-bottom: 50px;
}
.about-left-content .about-text{
	padding-right: 22px;
}
.about-thumb{
	margin-top: 25px;
}
.about-thumb:before{
	content: ' ';
    position: absolute;
    width: 25px;
    height: 98%;
    bottom: -25px;
    left: -25px;
    background-color: #673ab7;
}
.about-thumb:after{
	content: ' ';
    position: absolute;
    width: 95%;
    height: 25px;
    bottom: -25px;
    left: 0;
    background-color: #673ab7;
}

/************ 6.2 ABOUT-TWO SECTION ************/

.about-two-thumb{
	margin-top: 50px;
}
.about-two-thumb:before{
	content: ' ';
    position: absolute;
    width: 15px;
    height: 94%;
    bottom: 0;
    right: -15px;
    background-color: #673ab7;
}
.about-two-thumb:after{
	content: ' ';
    position: absolute;
    height: 15px;
    width: 98%;
    bottom: -15px;
    right: -15px;
    background-color: #673ab7;
}
.play-button{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(-50%);
	height: 51px;
	width: 51px;
	background-color: #fff;
	text-align: center;
	border-radius: 50%;
	border: 9px solid rgba(103,58,183,.85);
	transition: all 0.3s ease-in;
}
.play-button:hover{
	border-color: rgba(103,58,183,1);
}
.play-button i.fa{
	color: #ec1f27;
	line-height: 34px;
	margin-left: 4px;
}

/************ 6.3 ABOUT-THREE SECTION  ************/

.about-three-thumb {
	margin-top: 50px;
}
.about-service-faq .panel-default >.panel-heading{
	background: none;
	border: none;
	padding: 0;
}
.about-service-faq .panel-default >.panel-heading .collapsed:hover .circle-icon,
.about-service-faq .panel-default >.panel-heading .circle-icon{
	color: #fff;
	background-color:  #673ab7;
}
.about-service-faq .panel-default >.panel-heading .collapsed .circle-icon{
	color: #673ab7;
	background-color:  #fff;
}
.about-service-faq .panel{
	box-shadow: none;
	border: none;
	margin-bottom: 28px;
	position: relative;
}
.about-service-faq .panel:last-of-type{
	margin-bottom: 0;
}
.about-service-faq .panel:before{
	content: ' ';
	position: absolute;
	top: -25px;
	left: 34px;
	height: 30px;
	width: 5px;
	border-left: 1px dashed #e6e6e6;
}
.about-service-faq .panel:first-of-type:before{
	content: none;
}
.about-service-faq .panel-title a{
	font-size: 14px;
	font-weight: 700;
	line-height: 48px;
	color: #676767;
	letter-spacing: 1.4px; 
	font-family: 'Josefin Sans', sans-serif;
}
.about-service-faq .panel-title .icon{
	margin-right: 25px;
}
.about-service-faq .collapsecontent{
	padding-left: 65px;
	margin-left: 35px;
}
.about-service-faq .panel-collapse.in:before{
    content: ' ';
    position: absolute;
    top: 72px;
    left: 34px;
    height: 90px;
    width: 5px;
    border-left: 1px dashed #e1e1e1;
}
.about-service-faq .last.panel-collapse.in:before{
    content: none;
}
.about-service-faq .collapsecontent p{
	width: 83%;
}
.about-service-faq .panel-title .icon .theme-bullet{
	bottom: -4px;
	left: 0;
	right: 0;
	height: 10px;
	width: 10px;
	border: 2px solid #ffffff;
	margin-left: auto;
	margin-right: auto;
}
.about-service-faq .panel-title .icon .theme-bullet.top-bullet{
	bottom: auto;
	top: -4px;
}

/************ 6.4 ABOUT-FOUR SECTION ************/

.about-four-slider{
	margin-top: 50px;
}
.about-personal-bio li h5{
	display: inline-block;
	font-weight: 700;
	line-height: 36px;
	color: #676767;
	letter-spacing: 0.7px;
}
.about-personal-bio li p{
	display: inline-block;
	margin-left: 10px;
}
.personal-about-title{
	font-size: 24px;
	font-weight: 400;
	color: #404040;
	line-height: 36px;
	letter-spacing: 1.2px;
}
.about-four-thumb{
	overflow: hidden;
}
.about-four-slider:before {
    content: ' ';
    position: absolute;
    width: 25px;
    height: 90%;
    bottom: 0;
    left: 5px;
    background-color: #673ab7;
}
.about-four-slider:after {
    content: ' ';
    position: absolute;
    width: 87%;
    height: 25px;
    left: 5px;
	bottom: -25px;
    background-color: #673ab7;
}
.about-four-slider.owl-theme .owl-controls{
	position: absolute;
	left: -7px;
    top: 130px;
}
.about-four-slider.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    background-color: #ec1f27;
}
.about-four-slider.owl-theme .owl-dots .owl-dot{
	display: block;
	margin-bottom: 12px;
}
.about-four-slider.owl-theme .owl-dots .owl-dot span {
    height: 2px;
    width: 10px;
    margin: 0 12px;
	display: block;
    background-color: rgba(255,255,255,0.4);
    transition: all 0.3s ease-in;
}
.about-four-theme-shape{
	position: absolute;
	height: 100%;
	width: 68%;
    top: 0;
    left: -65px;
	background-color: rgba(255,0,129,0.5);
	 transform:skewX(-20deg);
    -ms-transform:skewX(-20deg);
    -webkit-transform:skewX(-20deg);
}
.about-four-slider-text{
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-15%);
}
.about-four-slider-text .icon{
	color: #fff;
	font-size: 36px;
	line-height: 36px;
}
.about-four-slider-text h4{
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.9px;
	line-height: 36px;
}

/*==========================================================
                 7. SERVICE SECTION 
===========================================================*/

/************ 7.1 SERVICE-ONE SECTION ************/

.service-one-section{
	padding-top: 140px;
	padding-bottom: 80px;
}
.panel.service-tab {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}
.service-tab .nav-tabs > li{
	padding-top: 10px;
	height: 180px;
	width: 180px;
	transition: all 0.3s ease-in;
}
.service-tab .nav-tabs > li.active{
	-webkit-box-shadow: 0 1px 17px -4px #cdcdcd;
	   -moz-box-shadow: 0 1px 17px -4px #cdcdcd;
	        box-shadow: 0 1px 17px -4px #cdcdcd;
			transition: all 0.2s ease-in;
}
.service-tab .nav-tabs,
.service-tab .nav-tabs > li > a,
.service-tab .nav-tabs > li > a:hover,
.service-tab .nav-tabs > li > a:focus{
	border: none;
	background: none;
}
.service-tab .nav-tabs > li.active > a,
.service-tab .nav-tabs > li.active > a:hover,
.service-tab .nav-tabs > li.active > a:focus{
	border: none;
	background: none;
}
.service-tab .nav-tabs > li h6{
	font-weight: 700;
	letter-spacing: 1.8px;
	color: #676767;
}
.service-tab .nav-tabs > li.active h6{
	color: #673ab7;
}
.service-tab .nav-tabs > li .icon{
	height: 70px;
	width: 70px;
	font-size: 28px;
	line-height: 70px;
	border-radius: 50%;
	color: #673ab7;
	margin-bottom: 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 17px -4px #cdcdcd;
	   -moz-box-shadow: 0 1px 17px -4px #cdcdcd;
	        box-shadow: 0 1px 17px -4px #cdcdcd;
			transition: all 0.2s ease-in;
}
.service-tab .nav-tabs > li.active .icon{
	color: #ffffff;
	background-color: #673ab7;
}
.service-tab .panel-body{
	padding-top: 60px;
}
.tab-orderd-text h1{
	position: relative;
	font-size: 48px;
    font-weight: 700;
	width: 70px;
    color: #d1c4e9;
    letter-spacing: 2.4px;
}
.tab-orderd-text h1>.theme-bullet{
	right: auto;
    top: 34px;
}
.service-tab-element{
	padding-top: 15px;
    padding-left: 77px;
}
.service-tab-element h4{
	font-weight: 700;
	line-height: 48px;
	color: #404040;

	margin-bottom: 12px;
	letter-spacing: 0.9px;
}
.service-tab-text p{
	width: 77%;
	float: left;
}
.service-tab-text .icon{
	float: left;
	padding-top: 10px;
	padding-left: 30px;
	font-size: 72px;
	color: rgba(255,0,129,0.15);
}
.service-tab .common-btn{
	height: 40px;
	line-height: 40px;
}
.middle{
	padding-left: 10px;
}
/************ 7.2 SERVICE-TWO SECTION ************/

.service-two-section{
	padding-top: 0px;
	padding-bottom: 100px;
}
.service-two-content{
	background: url(../../images/bg/service-circle.png) no-repeat;
	background-position : calc(100% - 46%) 0;
}
.circle-service-list li:first-child{
	padding-left:60px;
}
.circle-service-list li:last-child{
	    padding-left: 75px;
}

.circle-service-list li{
	margin-bottom: 85px;
}
.service-two-item{
	display: inline-block;
}
.service-two-item h4,
.service-two-item span{
	display: inline-block;
}
.service-two-item.right-align{
	margin-left: 315px;
}
.service-two-item.right-align.middle{
	margin-left: 430px;
}
.service-two-item>h4{
	margin-right: 30px;
	font-weight: 600;
	color: #424242;
	letter-spacing: .9px;
}
.service-two-item .right-circle{
	margin-right: 30px;
}
.dotted-circle{
	position: absolute;
	height: 503px;
	width: 503px;
	top: -65px;
	left: 62px;
	right: 0;
	z-index: -1;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	border: 2px dashed #f7f7f7;
}
.service-mockup{
    position: absolute;
    top: 90px;
    width: 200px;
    left: 155px;
    right: 95px;
    margin-left: auto;
    margin-right: auto;
}
.service-two-item:hover .circle-icon{
	color: #fff;
	background-color:  #673ab7;
}
.service-two-item  .theme-bullet{box-shadow: 0px 0px 0px 3px rgb(255,255,255)}
.service-two-item  .icon-Puzzle .theme-bullet{
	right: 4px;
	top: 7px;
}
.service-two-item  .icon-Tools .theme-bullet{
	left: 7px;
    top: 4px;
}
.service-two-item  .icon-Starship .theme-bullet{
	right: 26px;
    top: -5px;
}
.service-two-item  .icon-Bascketball .theme-bullet{
	left: 29px;
    top: -6px;
}
.service-two-item  .icon-Handicap .theme-bullet{
    left: 15px;
    top: -2px;
}
.service-two-item  .icon-CompassTool  .theme-bullet{
    right: 24px;
    top: -5px;
}

/*==========================================================
                 8. SKILL SECTION 
===========================================================*/
.skill-section:after{
	content: ' ';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-color: #f7f7f7;
	z-index: -2;
}
.skill-section:before,
.project-counter-section:before{
	content: ' ';
	position: absolute;
	left: 0;
	height: 73.5%;
	width: 30%;
	background-color: #673ab7;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
}
.project-counter-section:before{
	height: 73.9%;
}
.skill-progress{
	float: right;
	padding-top: 65px;
	padding-bottom: 35px;
	background-color: #f7f7f7;
}
.skill-progress:after{
	content: ' ';
	position: absolute;
	left: -125px;
	top: 0;
	width: 20%;
	height: 100%;
	background-color:  #f7f7f7;
	z-index: -1;
}

.skill-progress:before{
	content: ' ';
	position: absolute;
	left: -325px;
	top: 0;
	width: 0;
	height: 0;
	z-index: -2;
	border-style: solid;
	border-width: 0 0 273px 200px;
	border-color: transparent transparent #f7f7f7 transparent;
}

.skill-content{
	display: inline-block;
	width: 130px;
	margin-left: 100px;
	text-align:  center;
}
.skill-content:first-of-type{
	margin-left: 0;
}
.skill-content .circle {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 17px -4px #cdcdcd;
	   -moz-box-shadow: 0 1px 17px -4px #cdcdcd;
	        box-shadow: 0 1px 17px -4px #cdcdcd;
}
.skill-content .circle canvas{
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	transform: translateY(-50%);
}
.skill-content .circle h3{
	font-weight: 700;
	color: #424242;
	letter-spacing: 1.2px;
	position: absolute;
	left: 52px;
	top: 50%;
	transform: translateY(-50%);
}
.skill-content h5{
	font-weight: 700;
	color: #676767;
	letter-spacing: 0.7px;
	margin-top: 30px;
}
.progress-photoshop .theme-bullet{
	top: 50px;
	right: 14px;
}
.progress-illustrator .theme-bullet{
	top: 13px;
}
.progress-indesign .theme-bullet{
	top: 101px;
	right: 35px;
}
.progress-wordpress  .theme-bullet{
	left: 30px;
    top: 24px;
}
.section-title.skill-title{
	position: relative;
	z-index: 99;
	height: 200px;
	margin-top: 37px;
	padding-left: 0;
	padding-top: 50px;
	background-position: 0px 28px;
	background-color:  #673ab7;
	background-image: url(../../images/bg/color1-section.png);
}
.section-title.skill-title h4,
.section-title.skill-title h2{
	color: #ffffff;
}

.section-title.skill-title:after{
	content: ' ';
	position: absolute;
	right: -106px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 106px 0 0;
	border-color: #673ab7 transparent transparent transparent;
}

/*==========================================================
                 9. PORTFOLIO SECTION 
===========================================================*/

/************ 9.1 PORTFOLIO-ONE SECTION ************/

.portfolio-section{
	padding-top: 80px;
	padding-bottom: 200px;
	background-color: #f7f7f7;
}
.portfolio-thumb img{
	background-color: #ffffff;
	padding: 10px;
}
.grid-item {
	width: 31.6%;
	margin-bottom: 30px;
}
.portfolio-filter-button button{
	position: relative;
	border: none;
	background: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #676767;
	padding-right: 30px;
	transition: all 0.3s ease-in;
	font-family: 'Josefin Sans', sans-serif;
}
.portfolio-filter-button button:focus{
	outline: 0;
}
.portfolio-filter-button button:active{
	color: #ec1f27;
}
.portfolio-filter-button button:hover,
.portfolio-filter-button button.active{
	color: #ec1f27;
}
.portfolio-filter-button button:after{
	content: ' ';
	position: absolute;
	height: 13px;
	width: 20px;
	right: 0;
	background: url(../../images/bg/divider.png) no-repeat center center;
}
.portfolio-filter-button button:last-of-type:after{
	content: none;
}
.portfolio-thumb{
	overflow: hidden;
	transition: all 0.3s ease-in;
}
.portfolio-item{
	transition: all 0.3s ease-in;
}
.portfolio-item:hover{
	-webkit-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.15);
}
.portfolio-content{
	padding: 25px 15px 45px 15px;
	background-color: #673ab7;
	transform: translateY(-20px);
	position: absolute;
	bottom: 25px;
	left: 25px;
	right: 25px;
	opacity: 0;
	transition: all 0.3s ease-in;
}
.portfolio-item:hover .portfolio-content{
	transform: translateY(0);
	opacity: 1;
}
.portfolio-icon li a{
	height: 36px;
	width: 36px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin: -5px;
	transition: all 0.3s ease-in;
}
.portfolio-icon li:hover a ,
.portfolio-icon li.active a{
	background-color: #ec1f27;
	border: 1px solid transparent;
}
.portfolio-icon li{
	line-height: 36px;
	color: #fff;
}
.portfolio-icon li a{
	color: #fff;
}
.portfolio-content h5 a{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.8px;
	color: #fff;
	text-transform: uppercase; 
}
.portfolio-content h6{
	font-style: italic;
	line-height: 24px;
	color: #d1c4e9;
}
.portfolio-heart{
	position: absolute;
	right: 15px;
	bottom: 60px;
	font-size: 18px;
	color: #fff;
	transition: all 0.3s ease-in;
}
.portfolio-heart:hover{
	color: #ec1f27;
}
.portfolio-load-more-btn .common-btn{
	line-height: 60px;
	height: 60px;
	width: 170px;
	margin-top: 30px;
}

/*==========================================================
             10. TESTIMONIAL AND CLIENT SECTION 
===========================================================*/

/************ 10.1 TESTIMONIAL AND CLIENT SECTION-ONE ************/

.textimonial-thumb{
	float: left;
	margin-left: 20px;
	position: relative;
}
.testimonial-slider .textimonial-thumb img{
	height: 170px;
	width: 170px;
	border-radius: 50%;
	background-color: #ec1f27;
	-webkit-box-shadow: 0 7px 17px -4px #382062;
	   -moz-box-shadow: 0 7px 17px -4px #382062;
	        box-shadow: 0 7px 17px -4px #382062;
}
.testimonial-slider .owl-stage-outer{
	padding-top: 20px;
	margin-top: -100px;
}
.testimonial-slider.owl-theme .owl-dots .owl-dot span{
	height: 10px;
	width: 2px;
	margin: 0 12px;
	background-color: rgba(255,255,255,0.4);
	transition: all 0.3s ease-in;
}
.testimonial-slider.owl-theme .owl-dots{
	height: 25px;
	margin-bottom: -5px;
}
.testimonial-slider.owl-theme .owl-dots .owl-dot.active span{
	height: 20px;
	background-color: #ec1f27;
}
.testimonial-content .member-info-common p{
	margin-top: 15px;
	margin-bottom: 40px;
	color: #d1c4e9;
	letter-spacing: 0.14px;
}
.textimonial-thumb .icon{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	background-color: #ec1f27;
}
.testimonial-client-section{
	background-color: #673ab7;
}
.testimonial-content{
	padding-top: 120px;
    float: right;
    width: 65%;
	
}
.client-slider{
	margin-top: 95px;
}
.client-slider .item img{
	width: 80px;
}
.client-slider.owl-theme .owl-nav [class*='owl-']{
	padding: 55px 10px;
	color: #d1c4e9;
	font-size: 18px;
	position: absolute;
	top: -30px;
	background-color: rgba(255,255,255,0.1);
	transition: all 0.3s ease-in;
}
.client-slider.owl-theme .owl-nav [class*='owl-']:hover{
	color: #ec1f27;
}
.client-slider.owl-theme .owl-nav .owl-prev{
	left: -35px;
}
.client-slider.owl-theme .owl-nav .owl-next{
	right: -35px;
}
/************ 10.2 TESTIMONIAL AND CLIENT SECTION-TWO ************/

.client-testimonial-two-section{
	padding-top: 320px;
	padding-bottom: 80px;
	background-color: #f7f7f7;
	background-image: url(../../images/bg/client-testimonial-two.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.testimonial-slider-two .owl-stage-outer{
	overflow: visible;
}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
.testimonial-slider-controlls {
    right: 50%;
	top: 55px;
	position: relative;
    margin-right: -19px;
}
.testimonial-slider-controlls li img{
	width: 100%;
}
.testimonial-slider-controlls-area{
	position: absolute;
	top: -250px;
    bottom: 0px;
	left: 0;
	right: 0;
}
.testimonial-slider-controlls-area .icon{
	position: absolute; 
	height: 80px;
	width: 80px;
	color: #fff;
	right: 0;
	left: 0;
	top: -30px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	font-size: 36px;
	line-height: 80px;
	text-align: center;
	background-color: #ec1f27;
}
#quote-carousel .carousel-indicators li {
    width: 123px;
    height: 123px;
    margin: -10px;
    cursor: pointer;
    border: 4px solid transparent;
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators li img{
	z-index: -1;
}
#quote-carousel .carousel-indicators .middel-li{
	margin-bottom: -45px;
}
#quote-carousel .carousel-indicators .active {
    opacity: 1;
}
#quote-carousel .carousel-indicators li.active  img{
	z-index: 99;
}
.testimonial-slider-item h3{
	letter-spacing: 0.24px;
	color: #404040;
	line-height: 30px;
	margin-bottom: 20px;
}
.testimonial-author-info h4{
	font-weight: 700;
	color: #404040;
	line-height: 30px;
	letter-spacing: 0.7px;
}
.testimonial-author-info h5{
	font-style: italic;
	font-size: 14px;
	color: #909090;
	line-height: 30px;
}
.testimonial-slider-two .carousel-control{
	position: relative;
	width: 20px;
	opacity: 1;
}
.testimonial-slidar-nav{
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.testimonial-slider-two #quote-carousel .carousel-control.left {
    left: -40px;
    top: 21px;
}
.testimonial-slider-two #quote-carousel .carousel-control.right{
	right: -40px;
    top: 21px;
}
.client-two-slider-two .owl-controls{
	position: absolute;
    top: -90px;
    left: 0;
    right: 0;
}
.bullet-list li{
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid rgba(255,0,129,0.4);
	
}
.bullet-list li.active{
	height: 15px;
	width: 15px;
	border: 1px solid rgba(255,0,129,1);
}

/*==========================================================
             11. WORKING-PROCESS SECTION
===========================================================*/

/************ 11.1 WORKING-PROCESS SECTION ************/
.working-process-section{
	position: relative;
	padding-top: 100px;
	padding-bottom: 55px;
	background: url(../../images/bg/working-process.jpg) no-repeat scroll center center;
	background-size: cover;
	overflow: hidden;
}
.working-process{
	max-height: 500px;
}
ul.working-step{
	display: inline-block;
	position: relative;
	transform: rotate(45deg) translate(133px,-342px);
}
.working-step li {
	margin-bottom: 100px;
	text-align: center;
	position: relative;
	height: 81px; 
	width: 81px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 17px -4px #cdcdcd;
	   -moz-box-shadow: 0 1px 17px -4px #cdcdcd;
	        box-shadow: 0 1px 17px -4px #cdcdcd;
			transition: all 0.2s ease-in;
	
}
.working-step li span.icon{
	font-size: 24px;
	color: #673ab7;
	line-height: 81px;
	transform: rotate(-45deg);
}
.working-step li .theme-bullet{
	top: -8px;
	left: 35px;
}
.working-step li .theme-bullet.top-li{
	bottom: -8px;
    top: auto;
}
.work-state-info{
	position: absolute;
}
.work-state-info.text-left{
	right: -88px;
	top: 15px;
	transform: rotate(-44deg) translate(50px,-61px);
}
.work-state-info.text-right{
	left: -120px;
	top: 15px;
	transform: rotate(-45deg) translate(-50px,65px);
}
.work-state-info  h4{
	color: #673ab7;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.9px;
}

.work-state-info  h5{
	color: #676767;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.7px;
}
.working-step li:after{
	content: '';
    position: absolute;
    width: 5px;
	height: 90px;
    left: 0;
	right: 0;
    bottom: -92px;
    margin-right: auto;
    margin-left: auto;
    border-left: 1px dotted #cec0e6;
}
.working-step li:last-child .work-state-info{
	transform: rotate(-44deg) translate(35px,-56px);
}
.working-step li:last-child:after{
	content: none;
}
.work-process-right-img{
	position: absolute;
	right: 0;
	bottom: -57px;
}

/*==========================================================
             12. TEAM SECTION 
===========================================================*/

/************ 12.1 TEAM-ONE SECTION ************/
.team-section{
	padding: 140px 0;
}
.team-member-thumb{
	overflow: hidden;
}
.member-info{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 25px;
	background-color: rgba(103,58,183,0.9);
	opacity: 0;
	transform: translateY(135px); 
	transition: all 0.3s ease-in;
}
.member-info-common h5,
.member-info-common h6,
.member-info h5,
.member-info h6{
	display: inline-block;
}
.member-info h5,
.member-info-common h5{
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.8px;
	padding-right: 12px;
	text-transform: uppercase;
}
.member-info h6,
.member-info-common h6{
	position: relative;
	color: #d1c4e9;
	font-style: italic;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.6px;
	padding-left: 20px;
}
.member-info h6:before,
.member-info-common h6:before{
	position: absolute;
	left: 0;
	content: '//';
	color: #d1c4e9;
	font-style: italic;
	font-size: 12px;
	line-height: 24px;
}
.member-info a i.fa{
	text-align: center;
	display: block;
	width: 36px;
	height: 36px;
	color: #fff;
	margin-top: 20px;
	line-height: 36px;
	background-color: #ec1f27;
	border-radius: 50%;
}
.team-member-thumb:hover .member-info{
	opacity: 1;
	transform: translateY(0); 
}
.team-member-thumb img{
	-webkit-filter: hue-rotate(260deg);
	-moz-filter: hue-rotate(260deg);
	filter: hue-rotate(90deg);
	transition: all 0.5s ease-in-out;
}
.team-member-thumb:hover img{
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}

/************ 12.2 TEAM-TWO SECTION  ************/

.team-two{
	padding-top: 120px;
}
.team-two-slider:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 30%;
	left: 0;
	top: 0;
	background-color: #fff;
}
.team-two-slider-thumb{
	margin-left: 40px;
	position: absolute;
}
@media (min-width: 1920px) {
	.team-two-slider-thumb {
		margin-left: 50px;
	}
	.team-two-slider-thumb img {
		height: 392px;
	}
}
.team-two-slider-thumb img{
	background-color: #fff;
    margin-top: -3px;
    height: 430px;
    padding-top: 28px;
}
.team-two-slider-content{
	padding-left: 380px;
    padding-top: 80px;
	padding-bottom: 145px;
}
.team-two-slider-section{
	background-color: #673ab7;
}
.team-two-slider-content h4{
	color: #fff;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 0.9px
}
.team-two-slider-content h5{
	font-style: italic;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.336px;
	color: #d1c4e9;
}
.team-two-slider-content p{
	color: #d1c4e9;
	margin-top: 25px;
	margin-bottom: 10px;
	letter-spacing: 0.42px;
}
.team-two-slider .flex-viewport{
	margin-top: -55px;
}
.team-two-slider .flex-control-nav{
	position: absolute;
    width: 400px;
    left: 380px;
    bottom: 5px;
	padding-bottom: 30px;
	background-color: #673ab7;
}
.team-two-slider .flex-control-thumbs li {
	float: left;
}
.team-two-slider .flex-control-thumbs li img{
	height: 75px;
	width: 75px;
	margin-right: 25px;
	border-radius: 50%;
	opacity: 1;
	transition: all 0.1s ease-in;
}
.team-two-slider .flex-control-thumbs li img.flex-active{
	opacity: 0.2;
	border-radius: 50%;
	-webkit-box-shadow: 0 7px 17px -4px #382062;
	   -moz-box-shadow: 0 7px 17px -4px #382062;
	        box-shadow: 0 7px 17px -4px #382062;
}
.team-two-slider .flex-control-thumbs li:last-child{
	margin-right: 0;
}
.team-two .flex-direction-nav{
	display: none;
}

/*==========================================================
             13. PRICING SECTION  
===========================================================*/
/************ 13.1 PRICING SECTION ************/

.pricing-section{
	background-color: #f7f7f7;
	padding-top: 80px;
	padding-bottom: 140px;
}
.pricing-table{
	background-color: #fff;
	
}
.pricing-header {
	padding: 35px 0 35px 0;
}
.pricing-header  h4{
	line-height: 30px;
	letter-spacing: 0.9px;
	font-weight: 400;
	color: #404040;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.pricing-header  h1{
	position: relative;
	display: inline-block;
	font-size: 48px;
	font-weight: 700;
	color: #673ab7;
	letter-spacing: 1.2px;
}
.pricing-header  h1 .dollar-sign{
	position: absolute;
	left: -22px;
	top: -7px;
	font-size: 18px;
	font-weight: 400;
}
.pricing-header  h1 sub{
	top: 0;
	left: 10px;
	font-size: 18px;
	letter-spacing: 0.45px;
	font-weight: 400;
}
.pricing-table ul {
	padding-bottom: 30px;
}
.pricing-table ul li{
	line-height: 36px;
	letter-spacing: 0.14px;
	color: #909090;
}
.pricing-footer{
	padding-top: 60px;
	padding-bottom: 30px;
	background: url(../../images/bg/pricing.png) no-repeat scroll center bottom;
}
.pricing-footer .common-btn{
	height: 40px;
	line-height: 43px;
	background-color: #673ab7;
	box-shadow: none;
	text-transform: uppercase;
}
.price-amount,
.pricing-footer .common-btn,
.pricing-footer{
	transition: all 0.3s ease-in;
}
.pricing-table:hover .price-amount,
.pricing-table.active .price-amount{
	color: #ec1f27;
}
.pricing-table:hover .pricing-footer>.common-btn,
.pricing-table.active .pricing-footer>.common-btn{
	background-color: #ec1f27;
	-webkit-box-shadow: 0 7px 17px -4px #382062;
	   -moz-box-shadow: 0 7px 17px -4px #382062;
	        box-shadow: 0 7px 17px -4px #382062;
}
.pricing-table .pricing-footer>.common-btn:hover{
	background-color: #ec1f27;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
.pricing-table:hover .pricing-footer,
.pricing-table.active .pricing-footer{
	background: url(../../images/bg/pricing-hover.png) no-repeat scroll center bottom;
}

/*==========================================================
             14. COUNTER SECTION 
===========================================================*/

/************ 14.1 COUNTER SECTION ************/

.project-counter-section{
	background-color: #f7f7f7;
	z-index: -1;
}
.skill-section.project-counter-section:after,
.skill-progress.project-counter:after{
	background-color: #fff;
}
.skill-progress.project-counter:after{
	width: 25%;
}
.skill-progress.project-counter:before{
	border-color: transparent transparent #fff transparent
}
.complete-project-content h1{
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 2.4px;
	color: #673ab7;
	margin-bottom: 15px;
}
.skill-progress.project-counter{
	padding: 60px 0;
	background-color: #fff;
	
}
.skill-content.complete-project-content{
	margin-left: 85px;
}
.skill-content.complete-project-content:first-of-type{
	margin-left: 0;
}
.skill-content.complete-project-content h5{
	color: #404040;
	margin-top: 0;
	letter-spacing: 0.7px;
	font-weight: 400;
	font-style: italic;
}
.skill-content.complete-project-content .icon{
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 20px;
	color: rgba(255,0,129,0.3);
}
.skill-section.project-counter-section:before{
	height: 74%;
}
.section-title.skill-title.project-counter-title{
	height: 196px;
	margin-top: 34px;
}
.section-title.skill-title.project-counter-title:after{
	right: -81px;
	border-width: 197px 81px 0 0;
}

/********** skill and counter *******/
.themeshape-left{
	background-color: #673ab7;
	transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	margin-top: 36.4px;
	z-index: 2;
}
.themeshape-left.counter-left{
	margin-top: 34.9px;
}
.themeshape-left-inner{
	padding-top: 58.11px;
	padding-bottom: 58px;
	background: url(../../images/bg/color1-section.png) no-repeat left center;
}
.counter-left-inner{
	padding-bottom: 59px;
}
.themeshape-left-inner .section-subheading,
.themeshape-left-inner .section-heading{
	color: #fff;
}
.themeshape-left:after{
    position: absolute;
    content: '';
    height: 100%;
    width: 30%;
    background: #673ab7;
    right: -29%;
    top: 0;
	z-index: -1;
}
.themeshape-right{
	 transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
	z-index: -1;
}
.skill-right{
	background-color: #f7f7f7;
	padding-bottom: 35px;
	padding-top: 63px;
}
.skill-right:before{
	position: absolute;
	content: '';
	height: 100%;
	width: 35%;
	background: #f7f7f7;
	left: -30%;
	top: 0;
	z-index:-2;
}
.themeshape-right-inner,
.themeshape-left-inner{
	   transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
}
.counter-right:before{
	position: absolute;
	content: '';
	height: 100%;
	width: 35%;
	background: #fff;
	left: -30%;
	top: 0;
	z-index:-2;
}
.counter-right{
	background-color:  #fff; 
	padding-top: 65px;
	padding-bottom: 60px;
}
.project-counter-section:after{
	content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #fff;
    z-index: -2;
}
.themeshape-left.counter-left:after{
	content: none;
}

/*==========================================================
             15. BLOG SECTION 
===========================================================*/

/************ 15.1 BLOAG SECTION ************/

.blog-section{
	padding-top: 140px;
	padding-bottom: 70px;
	background-color: #f7f7f7;
}
.positiond-blog-content{
	position: absolute;
	top: 15px;
    right: 0;
	width: 54%;
	transform:skewX(-10deg);
    -ms-transform:skewX(-10deg);
    -webkit-transform:skewX(-10deg);
	 background: linear-gradient(to right, #fff, #fff, #f7f7f7, #f7f7f7);
}
.blog-thumb{
	overflow: hidden;
}
.blog-content{
	position: relative;
	padding: 30px 30px 30px 0;
	background-color: #fff;
	margin-left: 30px;
	transform:skewX(10deg);
    -ms-transform:skewX(10deg);
    -webkit-transform:skewX(10deg);
}
.meta-post a,
.meta-post{
	line-height: 26px;
	font-size: 14px;
	font-style: italic;
	color: #673ab7;
}
.blog-content p{
	font-size: 14px;
	line-height: 24px;
}
.blog-content h4 a{
	line-height: 24px;
	color: #404040;
}
.blog-content h6 a{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	color: #673ab7;
	font-weight: 700;
	letter-spacing: 1.2px;
	transition: all 0.3s ease-in;	
}
.blog-content h6 a:hover{
	color: #ec1f27;
}
.blog-content h6 a .fa {
    opacity: 0;
    color: #ec1f27;
    transform: rotateY(0deg) translateX(-5px);
    transition: all 0.3s ease-in;
}
.blog-content h6 a:hover .fa {
    opacity: 1;
    transform: rotateY(0deg) translateX(0);
}
.meta-content{
	position: absolute;
	top: 20px;
	left: 20px;
}
.blog-meta-button{
	height: 40px;
	width: 40px;
	cursor: pointer;
}
.meta-info{
	position: absolute;
	top: 55px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all 0.3s ease-in;
}
.meta-info ul li{
	width: 40px;
	text-align: center;
	padding: 12px 11px;
	background-color: rgba(0,0,0,0.7);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.meta-info ul li:first-child{
	border-radius: 8px 8px 0 0;
	position: relative;
}
.meta-info ul li:last-child{
	border-radius: 0px 0px 8px 8px;
	border: none;
}
.meta-info ul li a .fa,
.meta-info ul li a p{
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	transition: all 0.3s ease-in;
}
.meta-info ul li:hover a >.fa,
.meta-info ul li:hover a>p{
	color: #ec1f27;
}
.meta-content:hover .meta-info{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.meta-info ul li:first-child:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	top: -12px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 0 5px 12px 5px;
	border-color: transparent transparent rgba(0,0,0,0.7) transparent;
}
.blog-meta-button i.fa{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #ec1f27;
	border-radius: 50%;
	-webkit-box-shadow: 0 7px 17px -4px #382062;
	   -moz-box-shadow: 0 7px 17px -4px #382062;
	        box-shadow: 0 7px 17px -4px #382062;
			transition: all 0.3s ease-in;
}
.blog-meta-button i.fa:hover  i.fa{
	box-shadow: none;
}
.blog-meta-button i.fa:before {
    position: absolute;
    color: #fff;
    left: 48%;
    right: 0;
    top: 51%;
    transform: translate(-22%,-50%);
    content: "\f141";
    font-family: 'FontAwesome';
}
.meta-content:hover .blog-meta-button i.fa:before{
	content: "\f142";
	transform: translate(-5%,-50%);
}

/*==========================================================
             16. CONTACT SECTION
===========================================================*/

/************ 16.1 CONTACT SECTION ************/

.map {
    position: relative;
	height: 520px;
	background: #ddd;
}
.contact-section{
	padding-top: 70px;
	background-color: #f7f7f7;
}
.subscribe-form-area{
    background-color: #fff;
    width: 370px;
    top: 30px;
    position: absolute;
	    -webkit-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.15);
}
.subscribe-body h4{
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 0.9px;
	color: #424242;
	position: absolute;
	opacity: 0;
	transition: all 0.4s ease-in;
}
.subscribe-body h4.active {
	opacity: 1;
}
.subscribe-body .form-icon{
	line-height: 50px;
	color: #fff;
	font-size: 22px;
	
}
.subscribe-header{
	padding: 50px 30px 100px;
}
.contact-form-icons{
	position: absolute;
	top: 48px;
    right: 30px;
	height: 50px;
	width: 50px;
	cursor: pointer;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	background-color: #ec1f27;
	transition: all 0.3s ease-in;
	    -webkit-box-shadow: 0 8px 21px -9px #382062;
    -moz-box-shadow: 0 8px 21px -9px #382062;
    box-shadow: 0 8px 21px -9px #382062;
}
.contact-form-icons:hover{
	box-shadow: none;
}
.subscribe-form{
	position: absolute;
	opacity: 0;
    top: 140px;
	width: 100%;
	display: none;
	height: auto;
	padding: 0 30px 30px 30px;
	background-color: #fff;
	transition: all 0.4s ease-in;
}

.subscribe-form.active{
	opacity: 1;
	display: block;
    top: 120px;
	    -webkit-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.15);
	z-index: 15;
}
.contact-info{
	background-color: #fff;
	position: absolute;
	top: 120px;
	padding: 30px;
	width: 100%;
	opacity: 0;
	display: none;
	transition: all 0.4s ease-in;
}
.contact-info.active{
	top: 110px;
	display: block;
	opacity: 1;
	  -webkit-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.15);
	z-index: 15;
}
.subscribe-form{
	margin-top: 5px;
}
.subscribe-form .input-field input[type='text'],
.subscribe-form .input-field input[type='email'],
.subscribe-form .input-field textarea,
.news-letter-form input[type='email']{
	width: 100%;
	border: none;
	background: transparent;
	border-bottom: 1px solid #e1e1e1;
	box-shadow: none;
	padding: 15px 20px;
}
.subscribe-form .input-field input[type='text']:focus,
.subscribe-form .input-field input[type='email']:focus,
.subscribe-form .input-field textarea:focus,
.news-letter-form input[type='email']:focus{
	border-bottom: 1px solid #ec1f27;
	box-shadow: none;
	outline: none;
	
}
.subscribe-form .input-field textarea{
	resize: none;
}
.input-field{
	position: relative;
	margin-bottom: 20px;
}
.input-icon{
	position: absolute;
	top: 17px;
	left: 0;
	font-size: 14px;
	color: rgba(255,0,129,0.3);
	transition: all 0.3s ease-in;
}
.name-input:focus .input-icon{
	color: rgba(255,0,129,1);
}
.subscribe-form button,
.news-letter-form button,
.comment-btn button{
	border: none;
	height: 40px;
	line-height: 30px;
}
.subscribe-form button:focus,
.news-letter-form button:focus,
.comment-btn button:focus{
	outline: none;
}
.contact-info li{
	margin-bottom: 20px;
}
.contact-info li:last-child{
	margin-bottom: 0;
}
.contact-info li h5{
	line-height: 48px;
	font-weight: 700;
	letter-spacing: 0.7px;
	color: #404040;
	text-transform: uppercase;
}
.contact-info li span.icon{
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 5px;
	color: rgba(255,0,129,0.3);
}

/*==========================================================
                17. BLOG WITH TWO COLUMN
===========================================================*/

.blog-page.blog-section{
	padding-top: 120px;
	padding-bottom: 140px;
}

/*==========================================================
                18. BLOG WITH ONE COLUMN
===========================================================*/

.blog-one-column .positiond-blog-content{
	top: 30px;
}
.blog-one-column .positiond-blog-content .blog-content {
	    padding: 45px 30px 45px 28px;
}
.blog-one-column .positiond-blog-content .blog-content p{
	line-height: 30px;
}
.play-button.blog-video{
	margin: 0;
	left: 25%;
}
.right-align-img{
	float: right;
}
.blog-left-thumb{
	  
}
.blog-with-sidebar .blog-content{
	padding: 30px 30px 30px 28px;
}
.blog-with-sidebar .blog-content p{
	line-height: 30px;
}
.blog-with-sidebar .positiond-blog-content{
	top: 22px;
}

.blog-one-column .play-button{
	border: none;
}
.blog-one-column .play-button i.fa {
    color: #ec1f27;
    line-height: 52px;
    margin-left: 4px;
    font-size: 20px;
}
.blog-one-column.right-thumb img{
	float: right;
}
.blog-one-column.right-thumb .meta-content{
	left: auto;
	right: 20px;
}
.blog-one-column.right-thumb .positiond-blog-content{
	right: auto;
	left: 0;
}
.blog-one-column.right-thumb .positiond-blog-content .blog-content {
    padding: 45px 50px 45px 80px;
}
.blog-one-column.right-thumb .positiond-blog-content{
	background: #fff;
}
.blog-one-column.right-thumb  .blog-content{
	text-align: right;
	margin-left: -35px;
    transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
}
.blog-one-column.right-thumb  .blog-content-left-align{
	   transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
}

/*==========================================================
                19. SIDEBAR SECTION
===========================================================*/

.widgets{
	padding: 30px;
	background-color: #fff;
}
.widget-title{
	padding-left: 35px;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	color: #404040;
}
.sidebar-widgets .theme-shape{
	top: 12px;
	left: 0;
}

.search-box-widget .search-form input{
	background: transparent;
	border: none;
	box-shadow: none;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #e1e1e1;
	transition: all 0.3s ease-in;
}
.search-box-widget .search-form input:focus,
.search-box-widget .search-form input:active{
	outline: none;
	border-bottom: 1px solid #ec1f27;
}
.search-box-widget .search-form button,
.search-box-widget .search-form button:focus,
.search-box-widget .search-form button:active{
	background: none;
	box-shadow: none;
	border: none;
	outline: none;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
}
.search-box-widget .search-form button{
	color: #673ab7;
	transition: all 0.3s ease-in;
}
.search-box-widget .search-form button:hover{
	color: #ec1f27;
}
.catagory-widget ul li{
	margin-bottom: 25px;
}
.catagory-widget ul li:last-child{
	margin-bottom: 0;
}

.catagory-widget ul li a{
	line-height: 24px;
	color: #909090;
	float: left;
	transition: all 0.3s ease-in;
}
.catagory-widget ul li:hover a{
	color: #ec1f27;
}
.catagory-widget ul li span{
	float: right;
	width: 35px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 10px;
	background-color: #f3f3f3;
	transition: all 0.3s ease-in;
}
.catagory-widget ul li:hover span{
	color: #fff;
	background-color: #ec1f27;
}
.recent-widget ul li{
	margin-bottom: 30px;
}
.recent-widget ul li:last-child{
	margin-bottom: 0;
}
.post-title{
	width: 70%;
	margin-left: 15px;
}

.post-title a h5{
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	color: #222222;
	transition: all 0.3s ease-in;
}
.recent-widget ul li:hover h5{
	color: #ec1f27;
}
.post-title span{
	font-style: italic;
	font-size: 14px;
	line-height: 30px;
	display: block;
}
.post-thumb,
.gallery-thumb{
	overflow: hidden;
}
.post-overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background-color: rgba(103,58,183,0.6);
	transition: all 0.3s ease-in 0.1s;
}
.post-thumb .fa,
.gallery-thumb .fa{
	position: absolute;
	top: 100%;
	transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	color: #ec1f27;
	transition: all 0.2s ease-in 0.3s;
}
.post-thumb:hover .fa,
.gallery-thumb:hover .fa{
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}
.post-thumb:hover .post-overlay,
.gallery-thumb:hover .post-overlay{
	opacity: 1;
}
 .gallery-widget ul{
	 font-size: 0;
 }
 .gallery-widget ul li a{
	 line-height: 0;
 }
 .gallery-widget ul li {
	 margin-right: 30px;
	 margin-bottom: 30px;
 }
 .gallery-widget ul li a img {
    display:inline-block; 
}
.gallery-widget ul li:nth-child(3),
.gallery-widget ul li:last-child ,
.tag-widget ul li:nth-child(4){
	margin-right: 0;
}
.gallery-widget ul li:nth-child(4),
.gallery-widget ul li:nth-child(5),
.gallery-widget ul li:nth-child(6){
	margin-bottom: 0;
}
 .gallery-widget ul li{
	 line-height: 0;
	 display: inline-block;
 }
.tag-widget ul{
	font-size: 0;
}
.tag-widget ul li{
	 display: inline-block;
	 margin-right: 7px;
	 margin-bottom: 12px;
 }
.tag-widget ul li a{
	 padding: 7px 17px 7px 17px;
	 font-size: 13px;
	 line-height: 24px;
	 color: #909090;
	 border-radius: 20px;
	 background-color: #f7f7f7;
	 transition: all 0.3s ease-in;
 }
 .tag-widget ul li a:hover{
	 color: #fff;
	  background-color: #ec1f27;
 }
 
/*==========================================================
                20. SINGLE
===========================================================*/

 .single-box{
	 padding: 30px;
	 margin-bottom: 30px;
	 background-color: #fff;
 }
 .single-box.last{
	 margin-bottom: 0;
 }
 .single-content blockquote{
	 position: relative;
	 margin-bottom: 30px;
	 padding: 30px 30px 30px 30px;
	 background-color: #f7f7f7;
	 border-left: 30px solid #673ab7;
 }
.single-content blockquote p{
	color: #6b6b6b;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	font-style: italic;
	font-family: 'Josefin Sans', sans-serif;
}
.quetoe-img-1,
.quetoe-img-2{
	 position: absolute;
	 left: -25px;
 }
.quetoe-img-1{
	top: 20px;
}
.quetoe-img-2{
	bottom: 20px;
}
 .post-header h3{
	 line-height: 30px;
	 font-weight: 400;
	 color: #404040
 }
 .single-tags .fa{
	height: 28px;
	width: 28px;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	font-size: 13px;
	color: #fff;
	margin-right: 20px;
	background-color: #673ab7;
 }
.single-tags ul{
	  display: inline;
  }
.author-widget .theme-shape{
	width: 125px;
	height: 207px;
}
.author-widget .theme-shape{
		left: 30px;
		top: 0;
	    transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
}

.author-widget .author-thumb{
	    transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
	background-color: #673ab7;
	margin-left: -30px;
	padding: 36px 0 20px 15px;
	width: 130px;
}
.author-widget .author-thumb ul li{
	display: inline-block;
	margin-right: 15px;
}
.author-widget .author-thumb ul li:last-child{
	margin-right: 0;
}
.author-widget .author-thumb img{
	height: 100px;
	width: 100px;
	margin: 0 auto 37px;
	border-radius: 50%;
}
.author-widget .author-thumb ul li a{
	color: #fff;
	transition: all 0.3s ease-in;
}
.author-widget .author-thumb ul li a:hover{
	color: #ec1f27
}
.author-widget{
	padding: 35px 30px 35px 190px;
	background-color: #fff;
}
.author-description h5{
	font-size: 16px;
	font-weight: 700;
	color: #404040;
	margin-bottom: 25px;
}
.author-description p{
	font-size: 15px;
	line-height: 24px;
}
.comment-list ul li ul{
	margin-left: 70px;
}
.section-title-single{
	margin-bottom: 55px;
}
.section-title-single .widget-title{
	font-weight: 700;
	line-height: 24px;
	color: #404040;
	font-size: 18px;
	text-transform: uppercase;
}
.section-title-single .theme-shape{
	top: 0;
	left: 4px;
}
.media-left,
.media-body{
	display: block;
}
.media{
	margin-bottom: 50px;
}
.media-body{
	width: auto;
	padding-bottom: 50px;
    margin-left: 170px;
	border-bottom: 1px solid #e1e1e1;
}
.media-body.last{
	padding-bottom: 0;
	border: none;
}
.media-left .theme-shape{
	width: 126px;
	height: 108px;
	left: 53px;
	transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    -webkit-transform: skewX(-8deg);
}
.media-left .theme-shape.child-li{
	left: auto;
}
.comment-thumb{
		width: 125px;
		height: 108px;
		padding: 15px 0 15px 0;
		margin-left: -8px;
		background-color: #673ab7;
	    transform: skewX(8deg);
    -ms-transform: skewX(8deg);
    -webkit-transform: skewX(8deg);
}
.comment-thumb img{
	height: 80px;
	width: 80px;
	margin: 0 auto;
	border-radius: 50%;
}
.comment-info h5{
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 15px;
	margin-top: -5px;
}
.comment-info h5 span{
	position: relative;
	font-style: italic;
	color: #673ab7;
	font-size: 14px;
	margin-left: 15px;
	padding-left: 25px;
}
.comment-info h5 span:before{
	content: '//';
	position: absolute;
	left: 0;
	color: #909090;
}
.comment-info p{
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 15px;
}
.comment-info .reply{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #673ab7;
	width: 75px;
	letter-spacing: 1.2px;
	overflow: hidden;
	transition: all 0.3s ease-in;
}
.comment-info .reply .fa{
	margin-left: 6px;
	opacity: 0;
	color: #ec1f27;
	transform: rotateY(180deg) translateX(-25px);
	transition: all 0.3s ease-in;
}
.comment-info .reply:hover .fa{
	opacity: 1;
	transform: rotateY(180deg) translateX(0);
}
.comment-info .reply:hover {
	color: #ec1f27;
}

.comment-input{
	display: block;
	font-size: 0;
	margin-bottom: 30px;
}
.comment-form input[type='text'],
.comment-form input[type='email']{
	width: 46.9%;
	font-size: 14px;
}
.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form textarea{
	padding: 15px 0 15px 0px;
}
.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form textarea{
	position: relative;
	border: none;
	box-shadow: none;
	background: transparent;
	border-bottom: 1px solid #e1e1e1;
}
.comment-form input[type='text']:focus,
.comment-form input[type='email']:focus,
.comment-form textarea:focus{
	outline: none;
	border-bottom: 1px solid #ec1f27;
}
.comment-form input[type='text']{
	margin-right: 30px;
}
.comment-form textarea{
	display: block;
	width: 100%;
	resize: none;
	margin-bottom: 30px;
}
.name-input{
	position: relative;
	display: inline;
}
.name-input,.mail-input{
	display: inline;
}

/*==========================================================
                21. 404 
===========================================================*/

.error-wrap{
	padding-top: 185px;
	padding-bottom: 165px;
	background-color: #f7f7f7;
}
.error-inner h1,.error-inner .error-ellips{
	display: inline-block;
	float: left;
}
.error-inner h1{
	font-size: 250px;
	font-weight: 700;
	letter-spacing: 25px;
	color: #fff;
	text-shadow: 1px 3px 3px #969697;
}
.error-ellips{
	height: 169px;
	width: 136px;
	border-radius: 50%;
	margin-top: 47px;
	margin-right: 30px;
	background-color: #250067;
}
.error-inner{
	width: 480px;
	margin: 0 auto;
}
.error-ellips .theme-bullet{
	top: 50px;
    height: 16px;
    width: 16px;
}
.error-ellips .theme-bullet.left{
    left: 25px;
}
.error-ellips .theme-bullet.right{
    right: 25px;
}
.opps-text{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 55px;
	height: 30px;
	line-height: 30px;
	border-radius: 20px 20px 20px 20px;
	background-color: #ec1f27;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1.8px;
	font-family: 'Josefin Sans', sans-serif;
}
.error-btn .common-btn{
	height: 40px;
	line-height: 40px;
	margin-top: 60px;
	margin-left: -20px;
}
.error-inner h4{
	font-weight: 700;
	letter-spacing: 0.9px;
	color: #404040;
	font-family: 'Josefin Sans', sans-serif;
}

/*==========================================================
                22. PAGINATION 
===========================================================*/

.navigation.pagination{
	margin: 0;
}
.navigation.pagination .prev.page-numbers,
.navigation.pagination .next.page-numbers{
	font-size: 35px;
	font-weight: 700;
	color: #bcbcbc;
}
.navigation.pagination .prev.page-numbers:before,
.navigation.pagination .next.page-numbers:before{
	content: none;
}
.navigation.pagination .page-numbers{
	position: relative;
	padding-top: 18px;
	margin: 0 15px;
	color: #707070;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.navigation.pagination .page-numbers:before{
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	top: 0;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	background: #bcbcbc;
}
.navigation.pagination .page-numbers.current:before{
	height: 25px;
	top: -15px;
	background: #ec1f27;
}

/*==========================================================
                23. FOOTER 
===========================================================*/

.footer-top{
	padding: 80px 0;
}
.goto-btn{
	height: 50px;
	width: 50px;
	background: #ec1f27;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	border-radius: 50%;
	position: fixed;
	bottom: 5px;
	right: 5px;
	display: none;
	margin: 0 20px 20px;
	-webkit-box-shadow: 0 7px 10px -6px #382062;
    -moz-box-shadow: 0 7px 10px -6px #382062;
    box-shadow: 0 7px 10px -6px #382062;
	transition: all 0.3s ease-in;
}
.goto-btn:hover{
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.goto-btn:hover,
.goto-btn:focus,
.goto-btn:active{
	color: #fff;
}

.footer-logo{
	margin-bottom: 40px;
	margin-top: -20px;
}
.footer-logo + p{
	padding-right: 10px;
}
.footer-title{
	font-size: 16px;
	font-weight: 700;
	color: #404040;
	margin-bottom: 55px;
}
.footer-tag-list{
	margin-top: -8px;
}
.footer-tag-list li a{
	color: #909090;
	transition: all 0.3s ease-in;
}
.footer-tag-list li{
	position: relative;
	font-size: 14px;
	line-height: 30px;
	padding-right: 18px;
	margin-right: 18px;
}
.footer-tag-list li:after{
	content: "::";
	position: absolute;
	right: 0;
}
.footer-tag-list li:nth-child(3),
.footer-tag-list li:nth-child(6),
.footer-tag-list li:nth-child(8){
	margin: 0;
	padding: 0;
}
.footer-tag-list li:hover a{
	color: #ec1f27;
}
.news-letter-form{
	margin-top: -20px;
}
.news-letter-form input[type='email']{
	padding-left: 0;
	margin-bottom: 20px;
}
.news-letter-form button{
	padding-left: 30px;
	padding-right: 30px;
}
.footer-bottom{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #673ab7;
}

.copyright-info{
	color: #f9f9f9;
	line-height: 30px;
}
.footer-social-list li{
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 60%;
	margin-right: 10px;
	font-size: 12px;
	transition: all 0.3s ease-in;
}
.footer-social-list li a{
	color: #f9f9f9;
	transition: all 0.3s ease-in;
}
.footer-social-list li:hover{
	background-color: #ec1f27;
	-webkit-box-shadow: 0 7px 17px -4px #382062;
	   -moz-box-shadow: 0 7px 17px -4px #382062;
	        box-shadow: 0 7px 17px -4px #382062;
}
.footer-social-list.social-solid  li{
	width: auto;
	margin: 0;
}
.footer-social-list.social-solid  li .fa{
	font-size: 13px !important;
	margin-right: 35px;
}
.footer-social-list.social-solid li:hover{
	background: none;
	box-shadow: none;
}
.footer-social-list.social-solid li a{
	transition: all 0.3s ease-in;
}
.footer-social-list.social-solid li:hover a{
	color: #ec1f27;
}
.copyright-info span a{
	color: #ec1f27;
}

